home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / tcp_ip / docs / cmdshlp8 / dump < prev    next >
Encoding:
Text File  |  1994-10-31  |  474 b   |  17 lines

  1.  
  2. dump <hexaddress | .> [range]
  3.  
  4.      The dump command shows memory in hex and ascii. Hex-address is a
  5. 32-bit value split into page address and page offset. A splitting
  6. colon may be supplied.  If decimal-range is not given , 128
  7. bytes  are  displayed.  'dump .' displays memory starting at the end
  8. of a previous dump command.  This command is primarily useful for
  9. debugging.
  10.  
  11.      Example:
  12.  
  13.           dump 12fe0008
  14.           dump 12fe:8
  15.  
  16.      are equivalent.
  17.